-
-
Notifications
You must be signed in to change notification settings - Fork 218
Glasgow | 25-ITP-SEP | Mohammed Abdoon | Sprint 1 | Coursework/sprint-1 #708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…he filepath variable, the other is store the ext part of the variable
…d and how to get a random number
…can reassign the value
… the variable, then print it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work on this sprint, there's just one file that I think you need to look at again
num = Math.floor(Math.random() * (maximum - minimum) + 1); | ||
|
||
//console.log(num); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The goal in this task is to offer an explanation of what this code is doing - can you add some comments breaking down what this code is doing bit by bit and then offer a general summary of what is happening?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
Yes, I added an explanation of the code, why I made the small change and what the code is actually doing.
…ule-Structuring-and-Testing-Data into coursework/sprint-1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, it looks like you're done with this PR now
Learners, PR Template
Self checklist
Changelist
I have done the sprint and I answered the questions & corrected the errors.
I learnt about the console, the native functions and understood the basics of JavaScript.